open element meaning in English
开启元素
Examples
- Writes an opening element tag , including any attributes
写入一个包括任何属性的开始元素标记。 - To write an opening element tag , including any attributes
写入一个包括任何属性的开始元素标记。 - Closes any open elements or attributes and puts the writer back in the start state
关闭任何打开的元素或属性并将编写器重新设置为start状态。 - When overridden in a derived class , closes any open elements or attributes and puts the writer back in the start state
当在派生类中被重写时,关闭任何打开的元素或属性并将编写器重新设置为start状态。 - But since xml documents are broken at arbitrary positions in the block - level format , it is necessary to record a stack of open elements where a block begins
但因为xml文档在块级别格式中是从任意位置断开的,因此有必要记录打开元素(块在其中开始)的堆栈。